home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 12
/
Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso
/
Aminet
/
biz
/
patch
/
fw4030r4.lha
/
FMath406.lha
/
Install Libs
< prev
next >
Wrap
Text File
|
1994-06-23
|
655b
|
35 lines
echo " Fast Math Libraries v40.x"
echo " (c) 1993/94 by Martin Berndt*N"
echo " =========================================*N*N"
cpu >NIL: check 68020
if warn
echo "Sorry, you cannot use these libraries."
else
cpu >NIL: check 68040
if not warn
echo "Installing 68040 version..."
copy 68040/#? libs: all quiet noreq
echo "*NDone."
else
cpu >NIL: check 68881
if warn
echo "Sorry, you cannot use these libraries."
else
echo "Installing 68881/882 version..."
copy 68882/#? libs: all quiet noreq
echo "*NDone."
endif
endif
endif